GetRequestResultOut
GetRequestResultOut
The GetRequestResultOut object contains information that describes the status of the requested transaction. The object includes status information and document objects (DocSet, DocumentSet).
| Parameter | Type | Description |
|---|---|---|
| ExternalKey | string | An identifier defined by the requesting application and passed as a string value. It is typically used to supply an identifier or reference value for a given request and is mapped to the RequestID. |
| DocSet | DocSet | Container object used to define a document set by ID, package, and packet associations. |
| DocumentSet | DocumentSet | Container object used to define a set of documents. |
| Status | RequestStatus | Object contains a group of enumerations indicating the status of the transaction submitted on the parent request. |
| StatusDescription | string | The status of the request as a string. |
| Details | ArrayOfInformation | Array containing an unbound collection of Information objects. |